home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
COMMDLG.PAK
/
COMMDLGX.RC
< prev
next >
Wrap
Text File
|
1997-05-06
|
732b
|
29 lines
//----------------------------------------------------------------------------
// ObjectWindows
// Copyright (c) 1993, 1995 by Borland International, All Rights Reserved
//----------------------------------------------------------------------------
#ifndef WORKSHOP_INVOKED
# include <windows.h>
#endif
#include "commdlgx.rh"
#include <owl/owlapp.rc> // default owl app icon
#include <owl/except.rc>
CMDLGAPMENU MENU
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit", CM_EXIT
END
POPUP "&Text"
BEGIN
MENUITEM "&String...", CM_FILEOPEN
MENUITEM "&Color...", CM_COLOR
MENUITEM "&Font...", CM_FONT
END
POPUP "\a&Help"
BEGIN
MENUITEM "&About...", CM_HELPABOUT
END
END